home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Agent Central Host Computer
/
Agent - Central Host Computer.iso
/
_SETUP.1
/
close_excp.ctl
< prev
next >
Wrap
Text File
|
2000-05-12
|
673b
|
27 lines
-- RCSVER $Id: close_excp.ctl,v 1.1 1999-12-02 17:01:05-06 randy CURRENT $ */
-- *************************************************************************
-- Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
--
-- Name: close_excp.ctl
-- Date: 09/28/1999
-- memo: Randy Wood
-- Description: Load the data for the close_excp table.
-- Changes:
-- *********************************************************************** */
LOAD DATA
INFILE *
INTO TABLE close_excp
fields terminated by "|"
trailing nullcols
(
num,
descr
)
begindata
0|OK|
1|Out of balance|
2|Cashbox missing|
3|No probe data|
4|No m.r. data|
5|Missing details|